Make multicluster CRD waits resilient - #2338
Conversation
|
Skipping CI for Draft Pull Request. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2338 +/- ##
=======================================
Coverage 63.89% 63.89%
=======================================
Files 55 55
Lines 2479 2479
=======================================
Hits 1584 1584
Misses 776 776
Partials 119 119 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
|
@dsimansk Hi ✋ PTAL. Thank you 🙏 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, kahirokunn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
kubectl wait --for=condition=Establishedcan exit immediately when it sees the initial null conditions value. Polling the condition list avoids that race while keeping the existing timeout.Release Note